home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-12-15 | 717 b | 30 lines | [TEXT/MPS ] |
- #
- # Sample TIFF Program MakeFile
- #
-
- # DEBUG= -d DEBUG
-
- TLibraries= ::TiffLibrary: # TIFF Library Directory
-
- SAMPLEOBJS= sample.c.o image.c.o dofile.c.o tiffio.c.o ∂
- tools.c.o
-
- LIBS= "{TLibraries}"TIFFLib.o ∂
- "{Libraries}"Interface.o ∂
- "{CLibraries}"CRuntime.o ∂
- "{CLibraries}"CInterface.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{CLibraries}"CSANELib.o
-
- sample ƒƒ sample.r
- Rez sample.r -o {Targ} -append
- setFile -a B sample -c CSMP -t APPL # set bundle bit
-
- sample ƒƒ {SAMPLEOBJS} {LIBS} Makefile
- Link -o {Targ} {SAMPLEOBJS} {LIBS} ∂
- # -uf Sample.uref -x Sample.cref -l > sample.MPWmap
- # ConvertMap sample.MPWmap sample.TMONmap
-
- .c.o ƒ .c
- C -o {Targ} {DEBUG} {Default}.c
-